home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 90 / XENIATGM90.iso / Shareware / Motherboard Monitor 4.17 / _SETUP.1 / Debug.txt < prev    next >
Text File  |  1999-08-29  |  2KB  |  42 lines

  1. MBM has 4 switches to help (remote) debugging, they are:
  2.  
  3. Debug
  4.   All this will do is show you the steps that MBM does to start-up, 
  5.   write down the last step number and ALL the info you see before 
  6.   MBM crashes or stops. Then contact me with all this info
  7.  
  8. SMBusAfterChip
  9.   Normally MBM detects the SMBus before it detects the Chip on your
  10.   system.  In some cases (2 up to now) a wrong SMBus chip gets
  11.   detected. Using this switch will make MBM 1st look for a chip
  12.   (on the ISA bus) and then it will look for the SMBus.
  13.  
  14. IgnoreSMBus
  15.   This switch will make MBM ignore the whole SMBus
  16.  
  17. NoGL518SMVoltage
  18.   This switch will turn of the voltage routine for the GL518SM
  19.   as far as +3.3, +5 and +12 volt is concerned, as you may know
  20.   this chip does not support these voltages, and mbm uses a trick
  21.   to display them anyway, this might not work, if this is the
  22.   case then just turn it off with this switch
  23.  
  24. NoAutoDetect
  25.   This switch will turn of the auto detection for the secondary chips
  26.  
  27. noFreeMem
  28.   This switch will turn of some internal code that free's up unused 
  29.   memory, thus making the footprint of mbm a lot smaller, it might 
  30.   cause an error under NT if you have a very low user privileges
  31.  
  32. You use these switched the following way:
  33. - right click the shortcut to MBM
  34. - select properties
  35. - you should see a line looking like this: 
  36.   "C:\Program Files\MotherBoard Monitor 4\MBM4.exe"
  37. - just add the switch you want to use behind this line,
  38.   leave a space between the " and the switch like this:
  39.   "C:\Program Files\MotherBoard Monitor 4\MBM4.exe" Debug 
  40. - you can if you want use more then 1 switch at a time, 
  41.   just leave a space between them:
  42.   "C:\Program Files\MotherBoard Monitor 4\MBM4.exe" Debug SMBusAfterChip